home *** CD-ROM | disk | FTP | other *** search
/ MacHome 1999 February/March / MacHome CD (February and March 1999).iso / Edutainment / INFOHIGHWAYDEMOS / demo / DEMOF1.DCR / 00003.ls < prev    next >
Encoding:
Text File  |  1998-09-17  |  136 b   |  7 lines

  1. on enterFrame
  2.   set the keyDownScript to "put the key"
  3.   if (the key = "q") or (the key = "Q") then
  4.     go(1, "logos.dcr")
  5.   end if
  6. end
  7.